code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
Logger
code_checker
engine
logger
Undocumented in source.
@
safe
struct
Logger {
this
(AbsolutePath p);
void
setup
();
void
put
(AbsolutePath f, string[][] content);
}
Constructors
this
this
(AbsolutePath p)
Undocumented in source.
Members
Functions
put
void
put
(AbsolutePath f, string[][] content)
Log
content
to a file in logdir with a filename derived from f.
setup
void
setup
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
code_checker
engine
logger
structs
Logger